home *** CD-ROM | disk | FTP | other *** search
/ Magazyn Enter 2000 February / enter2_1.iso / REKLAMA / Pakiet firmy InsERT / data1.cab / _Database / DefData.bdp / Wc_Personel.json < prev    next >
JavaScript Object Notation  |  1999-10-14  |  345b

  1. {
  2.     "schema": {
  3.         "pe_id": "Long Integer NOT NULL",
  4.         "pe_Nazwisko": "Text (30) NOT NULL",
  5.         "pe_Imie": "Text (20) NOT NULL",
  6.         "pe_Haslo": "Text (50) NOT NULL",
  7.         "pe_Access": "Boolean NOT NULL",
  8.         "pe_Identyfikator": "Text (50) NOT NULL",
  9.         "pe_Admin": "Boolean NOT NULL"
  10.     },
  11.     "data": [
  12.         {
  13.             "pe_id": 1,
  14.             "pe_Nazwisko": "Administrator",
  15.             "pe_Access": 0,
  16.             "pe_Identyfikator": "AD",
  17.             "pe_Admin": 1
  18.         }
  19.     ]
  20. }